how to give bottom padding in Listview in flutter

134

// Add a bottom padding to Listview in Flutter
padding: const EdgeInsets.only(bottom: kFloatingActionButtonMargin + 48)

Comments

Submit
0 Comments